Thanks for downloading this mod. As a follow-up to my VSS I liked the way Metroidguy's Scar-H looked. I had asked him a long time ago if i could use
his model and make it an addon on the comment section. He never responded....sooo whatever...
So I've had this mod for a while just waiting for permission. Here you go lads.

[Credits]
-trash8 for the tactical grip files and for showing how to use attachments on addon weapons
-Metroidguy for the SCAR-17 model and attachment models

Some pointers for my recreation of the gun;
-I used trash8's Tactical grip config and included it to this mod natively, which will make you turn your weapon sideways when you dont look thru sights
-Unlike the VSS, This doesn't come with a scope [BUT i did add addon attachments, but its dumb how you can access them, i'll tell you down below]
-I put a hell of a lot of recoil into it. But it does 50 damage. [This makes it a little more realistic than the VSS, This doesn't have a integral
 suppressor so you will shake like a child with parkinsons when you pull the trigger]
-The rate of fire is slow... Scar-H slow...
-Like the VSS, this does not have a weapon icon on the wheel [But if you have the pickups mod, there already is a icon for it from what i assume is
 some unused asset for a GTA 5 weapon that InfamousSabre decided to add in to his mod. Its one step less than the vss]


#####################################################################################################################################################
#####################################################################################################################################################
#################################################						      ###############################################
#################################################            	INSTALLATION GUIDE		      ###############################################
#################################################						      ###############################################
#####################################################################################################################################################
#####################################################################################################################################################



1) Go to "\mods\update\x64\dlcpacks" and drop the "scarh" folder there.

2) Go to "\mods\update\update.rpf\common\data"

3) Right click "dlclist.xml" and click edit

4) Paste the following below "<paths>";

		<Item>dlcpacks:\scarh\</Item>

5) That's it, you're set. When loading into GTA, to get your weapon open your menu or native trainer and get your weapon wherever
   you can input the weapon name, type in "WEAPON_scarh". Then presto! it's yours.



#####################################################################################################################################################
#####################################################################################################################################################
#################################################						      ###############################################
#################################################            	ATTACHMENTS GUIDE		      ###############################################
#################################################						      ###############################################
#####################################################################################################################################################
#####################################################################################################################################################



Youre going to need simple trainer https://www.gta5-mods.com/scripts/simple-trainer-for-gtav
(or any trainor that lets you input the model of attachments, so far i've only seen simple trainor do it)

1) Open simple trainer

2) Go to Weapons

3) Go to "spawn weapon attachment by model name"

4) Input any of the following models to apply them to weapons

	"SCARH_20RND"			- The standard 20-rounder mag the weapon comes with (just in case you want to revert back)
	"SCARH_BETAMAG"			- 50-round drum mag for the Scar-H
	"SCARH_FLASH"			- An addon flashlight attachment
	"SCARH_AIMPOINT"		- Addon Aimpoint red dot sight
	"SCARH_EOTECH"			- An EOTECH red dot sight
	"COMPONENT_AT_AR_FLSH"		- The vanilla GTA 5 flashlight attachment (just in case you want to add some other mod reskin for your flashlight)
	"COMPONENT_AT_SCOPE_MEDIUM"	- A vanilla GTA 5 scope so that you can mod your own in like the flashlight attachment
	"COMPONENT_AT_AR_SUPP"		- A vanilla suppressor
	"COMPONENT_AT_AR_SUPP_02"	- A vanilla suppressor
	"COMPONENT_AT_SR_SUPP"		- A vanilla suppressor
	"COMPONENT_AT_SR_SUPP_03"	- A vanilla suppressor
	"COMPONENT_AT_AR_AFGRIP"	- A vanilla grip
	"COMPONENT_AT_AR_AFGRIP_02"	- A vanilla grip (but black)

*The following are attachments that CAN work on the weapon but not properly*

	"COMPONENT_AT_SCOPE_THERMAL"			- Vanilla thermal scope (only works when in third person)
	"COMPONENT_AT_SCOPE_NV"				- Vanilla Night Vision scope (only works in third person)
	"COMPONENT_AT_SCOPE_MACRO"			- Vanilla scope thats too small (you could fix it yourself by replacing the model somewhere)
	"COMPONENT_AT_SCOPE_MEDIUM__MK2"		- Vanilla scope thats too small (you could fix it yourself by replacing the model somewhere)
	"COMPONENT_AT_SCOPE_SMALL"			- Vanilla scope thats too small (you could fix it yourself by replacing the model somewhere)

#####################################################################################################################################################
#####################################################################################################################################################
#################################################						      ###############################################
#################################################            	 WEAPON WHEEL ICON		      ###############################################
#################################################            	   INSTALL GUIDE		      ###############################################
#################################################            	     (OPTIONAL)			      ###############################################
#################################################						      ###############################################
#####################################################################################################################################################
#####################################################################################################################################################


1)  Install the pickups mod from this link ----> https://www.gta5-mods.com/scripts/pickups

2)  Copy the "attachments.xml" file in the download and paste it into "[GTA root folder]\Pickups"

3)  Go to "[GTA root folder]\Pickups" and open "pickups.xml" and paste the following inside (make sure to properly paste it and follows syntax);

	<Pickup>
		<DisplayName>SCAR-H</DisplayName>
		<WeaponAsset>WEAPON_SCARH</WeaponAsset>
		<PickupAsset>PICKUP_WEAPON_SCARH</PickupAsset>
		<WheelIcon>ICON_HEAVYRIFLE</WheelIcon>
		<AmmoDisplayName>7.62</AmmoDisplayName>
		<PickupSFX>HUD_CUSTOM_PICK_UP_RIFLE_MASTER</PickupSFX>
		<AmmoPickupSFX>HUD_CUSTOM_PICK_UP_BULLETS_MASTER</AmmoPickupSFX>
		<Offset x="0.0" y="0.0" z="0.0"/>
		<Rotation x="0.0" y="0.0" z="0.0"/>
		<Group>1</Group>
	</Pickup>

3A) you can change the "1" in "<Group>1</Group>" to whatever group on the weapon wheel you'd like. For me, group 1 is most rifles.

4)  Thats pretty much it, Enjoy :)